'Usage Dim instance As CalcSumX2MY2Function Dim args() As Object Dim value As Object value = instance.Evaluate(args)
Parameters
- args
The args contains 2 items: array_x, array_y.
Array_x is the first array or range of values.
Array_y is the second array or range of values.
Return Value
A System.Double value that indicates the evaluate result.